[ADD] estate, estate_account: create Real Estate and Real Estate Account modules for managing real estate business.#1282
Open
abdelgad wants to merge 1 commit into
Open
Conversation
c1e86b2 to
ac8d9e6
Compare
aboo-odoo
reviewed
May 26, 2026
aboo-odoo
left a comment
There was a problem hiding this comment.
Phenomenal work 🥳 I'm being extra-picky so that I can transmit as much information as possible. If there is anything you disagree with, please share it without fear.
Some comments apply at several places but I've only written it once to save some time and to not cumbersome the PR, when you check and update according to one of my comment, check that this comment does not apply elsewhere before moving to the next one 😄
A generic comment:
- your PR/commit body could be a little more exhaustive a good template is to follow is
STEPS to reproduce the bug (only for bugfixes)
PROBLEM - what is the problem
GOAL - what do we want to achieve
SOLUTION - how did we achieve it
task-XXXXXX
- can you squash all your commits: come to me and I'll show you how 😄
…unt modules for managing real estate business. PROBLEM Odoo does not have a built-in module to handle real estate properties, track buyer offers, or manage the property sales pipeline. GOAL Create Real Estate module and Real Estate Account modules to manage properties from the moment they hit the market until the final sale and invoice. SOLUTION Added Real Estate and Real Estate Account modules task-6229482
c688f2f to
deb8046
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

PROBLEM
Odoo does not have a built-in module to handle real estate properties, track buyer offers, or manage the property sales pipeline.
GOAL
Create Real Estate module and Real Estate Account modules to manage properties from the moment they hit the market until the final sale and invoice.
SOLUTION
Added Real Estate and Real Estate Account modules
task-6229482